home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
wiggi_wa.swf
/
scripts
/
DefineSprite_320
/
frame_4
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
227 b
|
13 lines
function onEnterFrame()
{
timer++;
if(timer == 60)
{
STAGE.newMessage(400,75,"Here, you can create your own Wiggi!",15,30,100,"Sound_Dressup");
timer++;
}
}
stop();
timer = 0;
loadAllData();